.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(146, 146, 146, 0.5);
	opacity: 0.7;
	z-index: 99999;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -27px;
	right: -2px;
	width: 27px;
	height: 25px;
	text-indent: -9999em;
	z-index: 999999;
	background: url(../img/close-black.gif);
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
    z-index: 100000;
	color: #fff;
}
.nyroModalTitleWrap, .nyroModalFoundMore{
	background-color: #000;
    font-size: 15px;
    padding: 2px 8px;
    margin-left: -2px;
    margin-right: 10px;
    position: relative;
    bottom: 1px;
    max-width: 540px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nyroModalCont {
	position: absolute;
	border: 2px solid #000;
	margin: 25px;
	background: #fff;
	z-index: 100000;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.videoGallery .nyroModalYoutube{ overflow: hidden; }
.videoGallery .nyroModalCont iframe {
	margin-bottom: -6px;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
	vertical-align: top;
	min-width: 700px;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../img/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
	cursor: pointer;
	text-indent: -9999em;
}
/*.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}*/
.nyroModalPrev {
	left: 5px;
	background-image: url(../img/left.png);
}
.nyroModalPrev:hover {
	
}
.nyroModalNext {
	right: 5px;
	background-position: right 20%;
	background-position: right 20%;
	background-image: url(../img/right.png);

}
.nyroModalNext:hover {}
